Web API Edition | ComponentOne
C1.Web.Api Namespace / RequestModelBinder<T> Class
The type of the models
Members

In This Topic
    RequestModelBinder<T> Class
    In This Topic
    The model binder for the parameter of C1 Web API action.
    Syntax
    'Declaration
     
    
    Public Class RequestModelBinder(Of T) 
    public class RequestModelBinder<T> 
    Type Parameters
    T
    The type of the models
    Inheritance Hierarchy

    System.Object
       C1.Web.Api.RequestModelBinder<T>

    See Also